type go/ast.byInterval
5 uses
go/ast (current package)
commentmap.go#L47: type byInterval []Node
commentmap.go#L49: func (a byInterval) Len() int { return len(a) }
commentmap.go#L50: func (a byInterval) Less(i, j int) bool {
commentmap.go#L54: func (a byInterval) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
commentmap.go#L323: sort.Sort(byInterval(nodes))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)